home *** CD-ROM | disk | FTP | other *** search
/ Risc World 3 / Risc World 3.iso / SOFTWARE / ISSUE2 / CDWRITING / AMPLAYER / Docs / QuickRef < prev   
Text File  |  2001-04-23  |  864b  |  30 lines

  1. Quick Reference
  2. ~~~~~~~~~~~~~~~
  3.  
  4. AmpApp is a repackaging of the decoder from the AMPlayer module into a
  5. convenient command-line form. Initially this was done for internal
  6. development use, but it has been tidied up enough to allow a public
  7. release to be made.
  8.  
  9. In its simplest mode AmpApp is invoked as follows:
  10.  
  11.  AmpApp <inputfile> <outputfile>
  12.  
  13. such as:
  14.  
  15.  AmpApp Intro/mp3 Intro/raw
  16.  
  17. WAV files are probably marginally more useful however, so in the case of
  18. files where there are no frequency changes, use the -w flag:
  19.  
  20.  AmpApp -w Intro/mp3 Intro/wav
  21.  
  22. There are 3 different versions of AmpApp supplied.
  23.  
  24.  * AmpApp is for use on StrongARM RISC OS machines (or other future machines
  25.    that may support the long multiplication instructions).
  26.    
  27.  * AmpAppFP is for use on machines with hardware FP, such as the A7000+.
  28.  
  29.  * AmpApp6 is for use on all other machines.
  30.